projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3dba28
)
Adwaita: visible focus outline for color swatches
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 13 Apr 2020 00:13:16 +0000
(20:13 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 13 Apr 2020 00:13:50 +0000
(20:13 -0400)
Make the focus outline for color swatches visible
again.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 845c8a958fc2e0f77381440896991ed0623a04f7..351c3094628f78b7208aac66b0ff6cd0c1136749 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3978,6
+3978,12
@@
colorswatch {
}
}
+ &:focus(visible) {
+ outline-offset: -2px;
+ outline-width: 2px;
+ outline-style: solid;
+ }
+
&:drop(active) {
box-shadow: none;